Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: IAVL v2 pruning implementation #882

Closed
wants to merge 2 commits into from
Closed

Conversation

kocubinski
Copy link
Member

@kocubinski kocubinski commented Feb 8, 2024

Builds on #872 by adding pruning support for both leaf nodes and tree nodes.

Moves sqlite write operations to 2 process loops in separate go threads. This allows for pruning to proceed concurrently with writes from SaveVersion for both leaf nodes and tree nodes.

Removed some dead, unused and/or confusing code.

@tac0turtle tac0turtle closed this Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants